projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ad8b9
)
Fix typo in comment.
author
Chong Yidong
<cyd@gnu.org>
Wed, 30 Nov 2011 15:43:33 +0000
(23:43 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Wed, 30 Nov 2011 15:43:33 +0000
(23:43 +0800)
lib-src/emacsclient.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsclient.c
b/lib-src/emacsclient.c
index 80e866930570735cb1c843d370e0eecd16ee4748..0ae1f0bddea0149c8d8d079631d8802675a089f1 100644
(file)
--- a/
lib-src/emacsclient.c
+++ b/
lib-src/emacsclient.c
@@
-1637,7
+1637,7
@@
main (int argc, char **argv)
{
#ifndef WINDOWSNT
/* This is defined in stdlib.h on MS-Windows. It's defined in
- unist
e
d.h on some POSIX hosts, but not all (Bug#10155). */
+ unistd.h on some POSIX hosts, but not all (Bug#10155). */
extern char **environ;
#endif
int i;